home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / echeck20.zip / ECHECK.EXE / 0 / RCDATA / TFORMVIEWER / TFORMVIEWER.txt < prev   
Text File  |  1996-09-26  |  2KB  |  74 lines

  1. object FormViewer: TFormViewer
  2.   Left = 241
  3.   Top = 418
  4.   Width = 437
  5.   Height = 300
  6.   Hint = 'You can change viewer and printer font from option page.'
  7.   Caption = 'Viewer'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   FormStyle = fsMDIChild
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poDefault
  15.   Scaled = False
  16.   ShowHint = True
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 120
  23.   TextHeight = 16
  24.   object Memo: TMemo
  25.     Left = 0
  26.     Top = 27
  27.     Width = 429
  28.     Height = 242
  29.     Align = alClient
  30.     Lines.Strings = (
  31.       'Memo')
  32.     ReadOnly = True
  33.     ScrollBars = ssVertical
  34.     TabOrder = 0
  35.     WantTabs = True
  36.   end
  37.   object Panel: TPanel
  38.     Left = 0
  39.     Top = 0
  40.     Width = 429
  41.     Height = 27
  42.     Align = alTop
  43.     BevelOuter = bvLowered
  44.     TabOrder = 1
  45.     object LabelTitle: TLabel
  46.       Left = 85
  47.       Top = 4
  48.       Width = 73
  49.       Height = 20
  50.       Caption = 'LabelTitle'
  51.       Font.Color = clWindowText
  52.       Font.Height = -17
  53.       Font.Name = 'MS Sans Serif'
  54.       Font.Style = []
  55.       ParentFont = False
  56.       Transparent = True
  57.     end
  58.     object ButtonPrint: TButton
  59.       Left = 2
  60.       Top = 1
  61.       Width = 75
  62.       Height = 25
  63.       Hint = 'Click to print this mail.'
  64.       Caption = 'Print'
  65.       TabOrder = 0
  66.       OnClick = ButtonPrintClick
  67.     end
  68.   end
  69.   object PrintDialog: TPrintDialog
  70.     Left = 398
  71.     Top = 65534
  72.   end
  73. end
  74.